home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ab2ascii.readme < prev    next >
Text File  |  1993-10-06  |  474b  |  16 lines

  1. Short: converts AmigaBASIC binaries to ASCII
  2. Type: dev/misc
  3.  
  4. The program will read an AmigaBASIC program in binary format (which is default)
  5. and write the BASIC ASCII source to stdout. Will not work in a pipeline as it
  6. rewinds stdin.
  7.  
  8. Source is ANSI C. SCOPTIONS file for SAS/C included.
  9.  
  10. The program could be better written but I put it herewith in the Public Domain
  11. so everyone can try and release an improved version.
  12.  
  13. You can reach me at sr@ph-cip.uni-koeln.de
  14.  
  15. Stefan.
  16.